import React from "react"; import { WorkoutStepper } from "@/features/workout-builder"; export default async function HomePage() { // const user = await serverAuth(); // const t = await getI18n(); return (
); }